home *** CD-ROM | disk | FTP | other *** search
- _g = _global;
- var navArray = new Array("home","league_tables","schools_of_year","search","shortlist","links");
- var i = 0;
- while(i < navArray.length)
- {
- var mc = eval(navArray[i]);
- mc.onRollOver = function()
- {
- this.gotoAndStop("over");
- };
- mc.onRollOut = mc.onReleaseOutside = function()
- {
- this.gotoAndStop(1);
- };
- i++;
- }
- home.onRelease = function()
- {
- var _loc1_ = _parent;
- if(_g.gNavActive != "home")
- {
- _loc1_.content.removeMovieClip();
- _loc1_.nav_activate("home",this);
- _loc1_.movie_load("home.swf");
- }
- };
- league_tables.onRelease = function()
- {
- var _loc1_ = _parent;
- _loc1_.searchMovieFunction = "league";
- if((_g.gNavActive != "league_tables" || _g.gNavActive == "league_tables" && _loc1_.content._currentframe < 142) && _g.gNavActive != "search")
- {
- _loc1_.content.school_info.removeMovieClip();
- _loc1_.content.search.removeMovieClip();
- _loc1_.content.gotoAndPlay(1);
- _loc1_.content.removeMovieClip();
- _loc1_.movie_load("search.swf");
- _loc1_.nav_activate("league_tables",this);
- }
- else if(_g.gNavActive != "league_tables")
- {
- _loc1_.content.gotoAndPlay(1);
- _loc1_.nav_activate("league_tables",this);
- }
- };
- schools_of_year.onRelease = function()
- {
- var _loc1_ = _parent;
- _loc1_.content.removeMovieClip();
- _loc1_.nav_activate("schools_of_year",this);
- _loc1_.movie_load("schools_of_year.swf");
- };
- search.onRelease = function()
- {
- var _loc1_ = _parent;
- if(_g.gNavActive != "search" || _g.gNavActive == "search" & _loc1_.content._currentframe > 40)
- {
- _loc1_.searchMovieFunction = "search";
- _loc1_.nav_activate("search",this);
- _loc1_.content.school_info.removeMovieClip();
- _loc1_.content.search.removeMovieClip();
- _loc1_.content.gotoAndPlay(1);
- _loc1_.movie_load("search.swf");
- }
- };
- shortlist.onRelease = function()
- {
- var _loc1_ = _parent;
- if(_g.gNavActive != "shortlist")
- {
- if(_g.gShortlist.schools.length >= 1)
- {
- _loc1_.nav_activate("shortlist",this);
- _loc1_.content.school_info.removeMovieClip();
- _loc1_.content.gotoAndPlay(1);
- _loc1_.movie_load("search.swf");
- }
- else
- {
- var _loc2_ = new Object();
- _loc2_.title = "You have no schools within your shortlist";
- _loc2_.content = "To shortlist a school, click the schoolΓÇÖs save button on the search results page.";
- _loc1_.help_view(_loc2_,clip);
- }
- }
- };
- links.onRelease = function()
- {
- var _loc1_ = _parent;
- if(_g.gNavActive != "shortlist")
- {
- _loc1_.content.removeMovieClip();
- _loc1_.nav_activate("links",this);
- _loc1_.movie_load("links.swf");
- }
- };
- _parent.nav_activate("home");
-